home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d18 / palplay.arc / README.1ST < prev   
Text File  |  1990-08-12  |  2KB  |  28 lines

  1.                        Palette Play  Version 1.0
  2.  
  3.           This program allows an easy visual way to change the
  4. colors of the EGA or VGA palette. The program starts out by showing you
  5. the default palette of colors. By moving the left or right arrow keys you
  6. select which palette entry to change (1-15). I did not include an option to
  7. change palette entry zero because black is one of those colors you find using
  8. in every application. Now press either up or down arrow keys and the palette
  9. entry will increase (up arrow) or decrease (down arrow) the color number.
  10. Color numbers are in the range of 0 to 63 (the 64 colors of the EGA and VGA).
  11. When you are happy with the colors you have chosen press F9 to write a small
  12. code segment to allow your Turbo Pascal program to set the colors. Another
  13. job that I wrote is included to merge the code into the program of your
  14. choice. I hope that this cures those "default color blues". It is great
  15. being able to see the colors you will be using in your next EGA or VGA
  16. program before you actually start coding.
  17.  
  18.  *** One problem which may be bothersome is if you have a virus   ***
  19.  *** protection that stops the program if an attempt to write to  ***
  20.  *** the hard disk is made. Just put the job on floppy and run it ***
  21.  *** to avoid the problem.                                        ***
  22.  
  23.  
  24.                                                       Enjoy,
  25.                                                       Michael Hundt
  26.                                                       3821 Dennett Dr.
  27.                                                       Madison, WI  53714
  28.